home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / contrib / byrne / congp2d3.dem < prev    next >
Text File  |  1992-03-25  |  804b  |  19 lines

  1. pause 0 "This demo illustrates what the contour plots drawn by"
  2. pause 0 "gnuplot using the output of the preprocessor congp2d3.for"
  3. pause 0 "look like.  congp2d3.for will handle data on irregular"
  4. pause 0 "regions, which gnuplot cannot do by itself.  In many cases,"
  5. pause 0 "congp2d3.for will place the labels in less than ideal locations."
  6. pause 0 "Simply edit the file which stores the labels after viewing the plot."
  7. pause 0 "If there is an indentation, the user may need to add a couple"
  8. pause 0 "of points to the file which stores the boundary, again after viewing"
  9. pause 0 "the plot."
  10. pause 3
  11. load "poeu3o.l3"
  12. set xlabel "Horizontal Distance, x, in cm"
  13. set ylabel "Vertical Distance, z, in cm"
  14. set noborder
  15. set title "Pressure Heads 15 Seconds After Rain Begins"
  16. plot "poeu3o.g3", "ex3o.bdy"   
  17.  
  18.  
  19.